GLG362/598 Geomorphology


Announcements Syllabus Schedule Weekly lecture notes Links

Simulation of hillslope processes including fault-related displacements and soil production using MATLAB

Purpose: These laboratory exercises are designed to help you gain appreciation for modeling of hillslope processes and for the power of simple tools brought together using computers to model somewhat complicated processes.

Background information for this exercise comes from Lecture12.ppt (44 Mb) and from Lecture13.ppt
Background reading is available from this document: PenckManual2006.pdf (modified from Hilley, G. E., and Arrowsmith, J R., Penck1d: Transport- and production-limited fault scarp simulation soft- ware, user's manual for software used at 2001 Geological Society of America Short-course: Tectonics and Topography: Crustal Deformation, Surficial Processes, and Landforms Cosponsored by GSA Structural Geology and Tectonics Division and taught by Dorothy Merritts and Roland Burgmann.).

Due: at the beginning of class, November 1, 2006.

Modeling to build intuition

Introduction

A former ASU student, George Hilley, and I worked together to take the theory that was presented in Lecture13.ppt and build a MATLAB-based Graphical User Interface to enable students to get a feeling for what the various parameters and process effects are like when you combine diffusion erosion with soil production. We also combined it with a model for simple faulting. Chapter 4 of this document PenckManual2006.pdf explains how to run the software for your reference.

  1. Download this zip file to a directory of interest and unzip it: penck1D_GUI_mod.zip
  2. Launch Matlab and then launch the program by typing:
    >> penckgui
    and return.

  3. You will see this screen:
    I have numbered for you so we can refer to the cells easily. See also the Table 4.1 in the manual (PenckManual2006.pdf) to explain what is there.

  4. In terms of units, it is set up now so that the length scale is in meters and the time scale is in years.

  5. I want to emphasize about the geomorphic rates:
    1. Kappa (diffusive transport rate) = 0.004 (m2/yr is the same as 4 m2/kyr as we learned from Hanks, 2000 table; cell 16)
    2. Ba is maximum soil production on bare bedrock in m/yr; cell 17.
    3. Bb is depth sensitivity for soil production in m-1; see this figure for a plot of how Bb effects soil production with soil thickness; cell 18.
    4. Ba and Bb are the parameters that represent how the bedrock is physically weathered to produce transportable debris.
  6. A couple of important things to remember when running the software:

Exercise tasks

Task 1: Flat profile offset by a continuously slipping normal fault
Set these cell values (if not specified, leave as the default):
Task 2: Scarp erosion without any continuous fault slip
It is a good idea to exit penck1d and start it again. Set these cell values (if not specified, leave as the default). Many of the cell values are the same as above:
  • Set the geomorphic rates:
    1. Kappa (diffusive transport rate) = 0.004 (m2/yr is the same as 4 m2/kyr as we learned from Hanks, 2000 table; cell 16)
    2. Ba (maximum soil production on bare bedrock) = 8e-005 (m/yr; cell 17)
    3. Bb (depth sensitivity for soil production) = 0.1 (m-1; see this figure for a plot of how Bb effects soil production with soil thickness; cell 18)
  • Run the transport-limited model (should basically look like your excel modeling from Monday): Menu: Run Transport-limited model. Then, Menu: Plot->Model results. Obviously, the model considered that there was always enough soil to transport.
  • Run the production-limited model: Menu: Run Production-limited model. Then, Menu: Plot->Model results.
  • Answer these questions (a couple of sentences to a paragraph each). Print out relevant plots annotated (you do not have to print every model run):
    1. What is the difference between the transport-limited and production-limited results?
    2. Run production-limited models for these combinations of geomorphic rates (you should not have to redo the initial conditions or the fault parameters):
      • k = 0.004 ba = 8e-005 bb = 0.1
      • k = 0.004 ba = 8e-004 bb = 0.1
      • k = 0.04 ba = 8e-004 bb = 0.1
      • k = 0.04 ba = 8e-004 bb = 1000
      • k = 0.04 ba = 8e-004 bb = 10
      • And any other combinations that might let answer: how does the scarp develop and what are the effects of the different geomorphic rates? Under what conditions and when does the bedrock get exposed? What is the form of the bedrock scarp? Is it always sharp or sometimes gentle?

    GLG362/598 Geomorphology


    Last modified: November 1, 2006